#include <BustaModelChef.h>
Public Member Functions | |
BustaModelChef () | |
Constructor. | |
~BustaModelChef () | |
Destructor. | |
int | getHealth () |
Gets Chef's Health. | |
void | setHealth (int h) |
Sets Chef's health. |
Model representing the chef, includes health of chef
|
Constructor. Initializes variables |
|
Destructor. Destructor |
|
Gets Chef's Health. Gets the current health of the chef |
|
Sets Chef's health. Sets the current health of the chef |